projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2892f
)
(Info-insert-dir): Fix typo.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Mar 1993 04:25:47 +0000
(
04:25
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Mar 1993 04:25:47 +0000
(
04:25
+0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index b041a3477d01d953e9e7ec132e1f3e5095e491bd..7ae7542ee0aaaffead48816776bda27e977a1022 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-322,7
+322,7
@@
to read a file name from the minibuffer."
end t)
(progn
(insert "* " nodename "\n")
- (setq menu-items (cons nodename menu-item)))))
+ (setq menu-items (cons nodename menu-item
s
)))))
(setq nodes (cdr nodes))))
;; Now take each node of each of the other buffers
;; and merge it into the main buffer.